gtktext: Set claimed state on button1 click gesture
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 23 Aug 2021 13:28:27 +0000 (15:28 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Mon, 23 Aug 2021 13:28:27 +0000 (15:28 +0200)
commit8f397502df322c2f4726c996b3c7640cd3e50b34
tree4a045c76f41d380ba7b7f6c9e4719a6b16e49fd0
parent1310bf02189e404be96bdb5d38cf62bfa4da23eb
gtktext: Set claimed state on button1 click gesture

All possible ramifications after button1 press (move cursor,
begin drag, begin dnd, select word/line, ...) result in user
actions. The right thing after that is consuming the events,
set the gesture state for that.
gtk/gtktext.c